﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
}

html {
    min-height: 100%;
}

body {
    height: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    color: #252525;
    background-color: #F4F4F4;
    border-bottom: 24px solid #363131;
    font-family: 'Arial','Helvetica','sans-serif';
    font-style: normal;
    font-size: 12px;
    line-height: 18px;
}

a {
    color: #252525;
}

    a.disabled:hover, a[disabled]:hover {
        cursor: no-drop !important;
        pointer-events: all;
    }

.theme-v2 a:not(.btn):hover {
    color: #252525;
}

main a {
    color: #274395;
}

main .theme-v2 a {
    color: #252525;
}

ul, ol {
    list-style: none;
    margin: 0;
}

.theme-v2 p:not(.form-control-static) {
    margin: 0;
    padding: 0;
}

header,
main,
footer {
    flex-shrink: 0;
}

main {
    flex-grow: 1;
}

.theme-cargobull .theme-v2 img {
    vertical-align: baseline;
}

#page {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: calc(100vh - 24px);
}

header > .wrapper,
main,
footer {
    width: 1530px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

.flex-even-columns {
    display: flex;
    justify-content: space-between;
    gap: 3px;
}

    .flex-even-columns > * {
        flex-basis: 100%;
    }

.flex-column-1 {
    flex-basis: 100%;
}

.flex-column-2 {
    flex-basis: 200%;
}

.flex-column-3 {
    flex-basis: 300%;
}

.flex-column-4 {
    flex-basis: 400%;
}

.flex-column-5 {
    flex-basis: 500%;
}

.flex-container {
    display: flex;
}

.flex-rows {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-justify-sb {
    justify-content: space-between;
}

.flex-gab-3 {
    gap: 15px;
    grid-gap: 15px;
}

header > .wrapper,
main,
footer {
    padding: 15px 112px 10px 112px;
}

header {
    background-color: #F4F4F4;
    z-index: 1030;
    position: sticky;
    top: 0;
}

    header > .wrapper {
        background-color: #FFFFFF;
    }


    header .container-logo-navigation > .col-logo {
        flex-shrink: 0;
        flex-grow: 0;
    }

    header .container-logo-navigation > .col-navigation {
        flex-grow: 1;
    }

    header .container-navigation {
        height: 100%;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

        header .container-navigation > .row-navigation-top {
            display: flex;
            align-items: end;
            flex-direction: column;
        }

        header .container-navigation > .row-navigation-main {
        }

            header .container-navigation > .row-navigation-top > ul,
            header .container-navigation > .row-navigation-main > ul,
            footer .page-info ul,
            footer .system-info ul {
                display: flex;
                list-style: none;
            }

footer .page-info ul,
footer .system-info ul {
    justify-content: center;
    margin-bottom: 5px;
}

    footer .page-info ul li *:not(:last-child),
    footer .system-info ul li *:not(:last-child) {
        padding-right: 5px;
    }

header .container-navigation > .row-navigation-top > ul {
    margin-bottom: 15px;
}

header .container-navigation > .row-navigation-main > ul {
    margin-bottom: 0;
}

    header .container-navigation > .row-navigation-top > ul > li,
    header .container-navigation > .row-navigation-main > ul > li,
    footer .page-info ul li,
    footer .system-info ul li {
        display: flex;
        align-items: center;
        color: #131313;
        position: relative;
    }

header .container-navigation > .row-navigation-top > ul > li,
footer .page-info ul li,
footer .system-info ul li {
    font-size: 14px;
    padding: 0 15px;
    white-space: nowrap;
}

    header .container-navigation > .row-navigation-top > ul > li.icon-notification {
        padding: 0 10px;
    }



header .container-navigation > .row-navigation-main > ul > li {
    font-size: 16px;
    padding: 15px 20px;
}

    header .container-navigation > .row-navigation-main > ul > li.active {
        background-color: #EBEBEB;
    }

header .container-navigation > .row-navigation-top > ul > li:first-child {
    padding-left: 0;
}

header .container-navigation > .row-navigation-top > ul > li:last-child,
header .container-navigation > .row-navigation-main > ul > li:last-child {
    padding-right: 0;
}

header .container-navigation > .row-navigation-top > ul > li.divider::before,
footer .page-info ul li:not(:first-child)::before,
footer .system-info ul li:not(:first-child)::before {
    content: '|';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

header .container-navigation .row-navigation-main ul li i.fa,
header .container-navigation-sub ul li i.fa {
    margin-left: 10px;
}

header .container-navigation > .row-navigation-top > ul > li .btn-group {
}

    header .container-navigation > .row-navigation-top > ul > li .btn-group .btn {
        border-radius: 0px;
        border: 1px solid #424242;
        background-color: #FFFFFF;
        padding: 2px 10px;
    }

        header .container-navigation > .row-navigation-top > ul > li .btn-group .btn.dropdown-current {
            width: calc(100% - 20px);
            overflow: hidden;
        }

        header .container-navigation > .row-navigation-top > ul > li .btn-group .btn.dropdown-toggle {
            padding: 2px 5px;
        }



header .container-navigation > .row-navigation-top > ul > li .input-group .input-group-addon {
    border-radius: 0px;
    border: 1px solid #424242;
    background-color: #FFFFFF;
    padding: 2px 10px;
}

    header .container-navigation > .row-navigation-top > ul > li .input-group .input-group-addon:first-child {
        border-right: 0;
    }

header .container-navigation > .row-navigation-top > ul > li .input-group .form-control {
    border-radius: 0px;
    border: 1px solid #424242;
    background-color: #FFFFFF;
    padding: 2px 10px;
}

header .container-navigation > .row-navigation-top > ul > li .input-group .input-group-addon,
header .container-navigation > .row-navigation-top > ul > li .input-group .form-control,
header .container-navigation > .row-navigation-top > ul > li .input-group .btn {
    height: 24px;
}









header .container-navigation-sub {
    margin: 0 -112px;
    padding: 0 112px;
    box-shadow: inset 0px -15px 15px -20px #000000;
    background-color: #EBEBEB;
    min-height: 59px;
}

    header .container-navigation-sub > div > ul {
        display: flex;
        align-items: stretch;
    }

    header .container-navigation-sub > div:not(:first-child) > ul {
        border-top: 1px solid #BEBEBE;
    }

    header .container-navigation-sub > div > ul > li {
        padding: 10px 0;
        margin-right: 25px;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
    }

    header .container-navigation-sub > div:first-child > ul > li {
        padding: 20px 0 15px 0;
        margin-right: 30px;
        align-items: center;
        font-size: 18px;
        line-height: 24px;
        display: flex;
    }

        header .container-navigation-sub > div:first-child > ul > li.align-right {
            margin-left: auto;
            margin-right: 0;
            padding-right: 0;
        }

    header .container-navigation-sub > div > ul > li.active {
        font-weight: bold;
        border-bottom: 2px solid #000000;
    }

    header .container-navigation-sub > div:first-child > ul > li.active {
    }

        header .container-navigation-sub > div:first-child > ul > li.active.hasSubMenu {
            border-bottom: 0;
        }


.breadcrumb {
    padding: 25px 0;
    margin: 0;
    border: 0;
    background-color: #FFFFFF;
    font-size: 12px;
}

    .breadcrumb > li + li:before {
        content: "\f105";
        font-family: FontAwesome;
    }

.theme-cargobull .theme-v2 .page-title-v2 {
    font-size: 40px;
    line-height: 49px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 25px 0;
    border: 0;
    border-top: 4px solid #000000;
}

    .theme-cargobull .theme-v2 .page-title-v2 h2 {
        padding: 0;
        margin: 0;
        border: 0;
    }

    .theme-cargobull .theme-v2 .page-title-v2 div.flex-container div:first-child {
        max-width: 70%;
    }

.theme-v2 .page-title h1 {
    color: #000000;
    padding: 56px 0 0 0;
    margin: 0 0 16px 0;
    font-size: 48px;
    line-height: 64px;
    font-weight: normal;
    border: 0;
    border-top: 1px solid #000000;
    background-color: #FFFFFF;
}

.theme-v2 .page-title .subtitle {
    max-width: 60%;
    font-size: 28px;
    line-height: 44px;
    font-weight: lighter;
    margin-bottom: 50px;
}


.theme-cargobull .theme-v2 h2 {
    font-size: 40px;
    line-height: 49px;
    font-weight: bold;
    padding: 10px 30% 0 0;
    margin: 25px 0;
    border: 0;
    border-top: 4px solid #000000;
}

.theme-cargobull .theme-v2 h3 {
    font-size: 24px;
    height: 29px;
    line-height: 29px;
    font-weight: bold;
    padding: 10px 0 0 0;
    margin: 25px 0 40px 0;
    border: 0;
    border-top: 1px solid #000000;
}

.theme-cargobull .theme-v2 h5 {
    font-size: 22px;
    padding: 20px 0;
    margin: 0;
    border: 0;
}

.panel-bonus-banner {
    margin-bottom: 50px;
}


a.external:after {
    content: ' \f105';
    font-family: FontAwesome;
    color: #FF0000;
    border: none;
}

.theme-cargobull .padding-top-1 {
    padding-top: 5px !important;
}

.theme-cargobull .padding-top-2 {
    padding-top: 10px !important;
}

.theme-cargobull .padding-top-3 {
    padding-top: 15px !important;
}

.theme-cargobull .padding-top-4 {
    padding-top: 25px !important;
}

.theme-cargobull .padding-top-5 {
    padding-top: 50px !important;
}

.theme-cargobull .padding-right-1 {
    padding-right: 5px !important;
}

.theme-cargobull .padding-right-2 {
    padding-right: 10px !important;
}

.theme-cargobull .padding-right-3 {
    padding-right: 15px !important;
}

.theme-cargobull .padding-right-4 {
    padding-right: 25px !important;
}

.theme-cargobull .padding-right-5 {
    padding-right: 50px !important;
}

.theme-cargobull .padding-left-1 {
    padding-left: 5px !important;
}

.theme-cargobull .padding-left-2 {
    padding-left: 10px !important;
}

.theme-cargobull .padding-left-3 {
    padding-left: 15px !important;
}

.theme-cargobull .padding-left-4 {
    padding-left: 25px !important;
}

.theme-cargobull .padding-left-5 {
    padding-left: 50px !important;
}

.theme-cargobull .padding-bottom-1 {
    padding-bottom: 5px !important;
}

.theme-cargobull .padding-bottom-2 {
    padding-bottom: 10px !important;
}

.theme-cargobull .padding-bottom-3 {
    padding-bottom: 15px !important;
}

.theme-cargobull .padding-bottom-4 {
    padding-bottom: 25px !important;
}

.theme-cargobull .padding-bottom-5 {
    padding-bottom: 50px !important;
}

.theme-cargobull .margin-top {
    margin-top: 15px;
}

.theme-cargobull .margin-top-1 {
    margin-top: 5px;
}

.theme-cargobull .margin-top-2 {
    margin-top: 10px;
}

.theme-cargobull .margin-top-3 {
    margin-top: 15px;
}

.theme-cargobull .margin-top-4 {
    margin-top: 25px;
}

.theme-cargobull .margin-top-5 {
    margin-top: 50px;
}

.theme-cargobull .margin-bottom {
    margin-bottom: 15px;
}

.theme-cargobull .margin-bottom-1 {
    margin-bottom: 5px;
}

.theme-cargobull .margin-bottom-2 {
    margin-bottom: 10px;
}

.theme-cargobull .margin-bottom-3 {
    margin-bottom: 15px;
}

.theme-cargobull .margin-bottom-4 {
    margin-bottom: 25px;
}

.theme-cargobull .margin-bottom-5 {
    margin-bottom: 50px;
}

.theme-cargobull .margin-left-auto {
    margin-left: auto;
}

.theme-cargobull .margin-left-1 {
    margin-left: 5px;
}

.theme-cargobull .margin-left-2 {
    margin-left: 10px;
}

.theme-cargobull .margin-left-3 {
    margin-left: 15px;
}

.theme-cargobull .margin-left-4 {
    margin-left: 25px;
}

.theme-cargobull .margin-left-5 {
    margin-left: 50px;
}

.theme-cargobull .margin-right-1 {
    margin-right: 5px;
}

.theme-cargobull .margin-right-2 {
    margin-right: 10px;
}

.theme-cargobull .margin-right-3 {
    margin-right: 15px;
}

.theme-cargobull .margin-right-4 {
    margin-right: 25px;
}

.theme-cargobull .margin-right-5 {
    margin-right: 50px;
}



footer {
    padding-top: 150px;
}

    footer .border-blue {
        margin: 0 -112px;
        height: 100px;
        margin-bottom: 25px;
        border-right: 300px solid #134095;
    }

    footer .page-info,
    footer .system-info {
        text-align: center;
    }

    footer .navigation {
        border-top: 4px solid #000000;
        padding-top: 40px;
    }

.theme-cargobull footer h3,
.theme-cargobull footer.theme-v2 h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
    margin: 0 0 16px 0;
    padding: 0;
    border: 0;
}

footer .navigation-column {
    width: 20%;
    max-width: 20%;
}

    footer .navigation-column ul li {
        margin: 0 0 16px 0;
        font-size: 16px;
        line-height: 24px;
    }

footer .border-red {
    margin: 0 -112px;
    margin-top: 80px;
    padding: 0 112px;
    height: 100px;
    text-align: right;
    border-left: 300px solid #E3000F;
}

footer .container-navigation-legal {
    justify-content: flex-end;
}

    footer .container-navigation-legal > a,
    footer .container-navigation-legal > div {
        padding-left: 40px;
        font-size: 14px;
        line-height: 20px;
        color: #a4a4a4;
        letter-spacing: 1px;
    }

.theme-cargobull .form-control {
    border-radius: 0;
}

.theme-cargobull input.form-control,
.theme-cargobull select.form-control {
    height: 24px;
}

.theme-cargobull header .form-control,
.theme-cargobull .theme-v2 .form-control {
    /*height: 24px;*/
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
}

.theme-cargobull header .form-control {
    font-size: 14px !important;
}

    .theme-cargobull header .form-control.input-lg,
    .theme-cargobull .theme-v2 .form-control.input-lg {
        height: 46px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.3333333;
    }

.theme-cargobull .input-group .form-control.input-number {
    width: 75px;
    text-align: center;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0px;
}

header .crs-last-workorders,
header .input-group-search {
    width: 150px;
}

    header .input-group-search .input-group-addon {
        border-right: 0 !important;
        padding-left: 5px !important;
        padding-right: 0 !important;
    }

    header .input-group-search .form-control {
        border-left: 0 !important;
        /*border-right: 0 !important;*/
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    header .input-group-search .input-group-btn .btn {
        border-left: 0 !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

.input-group-addon, .input-group-btn {
    width: 1px;
}

.btn-primary {
    background-color: #134094;
}

header .btn-primary,
header .btn-secundary,
.theme-v2 .btn-primary,
.theme-v2 .btn-secundary,
footer .btn-primary,
footer .btn-secundary,
.modal-v2 .btn-primary,
.modal-v2 .btn-secundary {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    transition: all 0.3s ease;
    border: 1px solid #000;
    border-radius: 32px;
    cursor: pointer;
}

main .theme-v2 .btn-primary,
main .theme-v2 .btn-secundary,
.modal-v2 .btn-primary,
.modal-v2 .btn-secundary {
    min-width: 200px;
}

    header .btn-primary,
    header .btn-primary:hover:disabled,
    .theme-v2 .btn-primary,
    .theme-v2 .btn-primary:hover:disabled,
    footer .btn-primary,
    footer .btn-primary:hover:disabled,
    .modal-v2 .btn-primary,
    .modal-v2 .btn-primary:hover:disabled {
        color: #fff;
        background-color: #000;
    }

    header .btn-secundary,
    header .btn-secundary:hover:disabled,
    .theme-v2 .btn-secundary,
    .theme-v2 .btn-secundary:hover:disabled,
    footer .btn-secundary,
    footer .btn-secundary:hover:disabled,
    .modal-v2 .btn-secundary,
    .modal-v2 .btn-secundary:hover:disabled {
        color: #000;
        background-color: #FFF;
    }

    header .btn-primary:not(:disabled),
    .theme-v2 .btn-primary:not(:disabled),
    footer .btn-primary:not(:disabled),
    .modal-v2 .btn-primary:not(:disabled) {
        background: linear-gradient(to left, #000 50%, #134094 50%);
        background-size: 200% 101%;
        background-position: right bottom;
    }

    header .btn-secundary:not(:disabled),
    .theme-v2 .btn-secundary:not(:disabled),
    footer .btn-secundary:not(:disabled),
    .modal-v2 .btn-secundary:not(:disabled) {
        background: linear-gradient(to left, #FFF 50%, #134094 50%);
        background-size: 200% 101%;
        background-position: right bottom;
    }

    header .btn-primary:hover:not(:disabled),
    header .btn-secundary:hover:not(:disabled),
    .theme-v2 .btn-primary:hover:not(:disabled),
    .theme-v2 .btn-secundary:hover:not(:disabled),
    footer .btn-primary:hover:not(:disabled),
    footer .btn-secundary:hover:not(:disabled),
    .modal-v2 .btn-primary:hover:not(:disabled),
    .modal-v2 .btn-secundary:hover:not(:disabled) {
        color: #fff;
        background-color: #134094;
        background-position: left bottom;
    }


    header .btn-secundary.btn-danger,
    .theme-v2 .btn-secundary.btn-danger,
    footer .btn-secundary.btn-danger,
    .modal-v2 .btn-secundary.btn-danger {
        background: linear-gradient(to left, #E24C4C 50%, #E30613 50%);
        color: #FFFFFF;
        background-color: #E30613;
        background-size: 200% 101%;
        background-position: right bottom;
    }

        header .btn-secundary.btn-danger:hover,
        .theme-v2 .btn-secundary.btn-danger:hover,
        footer .btn-secundary.btn-danger:hover,
        .modal-v2 .btn-secundary.btn-danger:hover {
            color: #FFFFFF;
            background-color: #E30613;
        }



#container-login {
    align-items: center;
    line-height: 16px;
}

    #container-login .form-group {
        margin-bottom: 0;
    }

        #container-login .form-group:not(:last-child) {
            padding-right: 25px;
        }

        #container-login .form-group input[type = "text"],
        #container-login .form-group input[type = "password"] {
            width: 125px;
        }

        #container-login .form-group .btn {
            padding-left: 20px;
            padding-right: 20px;
        }

    #container-login label {
        margin: 0;
        font-weight: normal;
        font-size: 12px;
    }

        #container-login label:not(:first-of-type) {
            margin-top: 2px;
        }

    #container-login .checkbox {
        margin: 2px 0 0 0;
    }

#login-messages {
    padding: 5px 10px;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.dropdown-menu > li > a {
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.slideshow-container .advert {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

.theme-cargobull header .btn {
    padding: 4px 6px;
    font-size: 14px;
}

.flex-container > .flex-col {
    flex-grow: 1;
    flex-basis: 0;
}

.image img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

main a[href ^= "mailto:"]:not(.btn),
main a[href ^= "http://"]:not(.btn),
main a[href ^= "https://"]:not(.btn) {
    font-weight: bold;
    text-decoration: underline;
}

.margin-bottom {
    margin-bottom: 25px;
}

.border-top {
    margin-top: 25px;
    padding-top: 10px;
    border-top: 1px solid #000000;
}

.container-full {
    margin-left: -112px;
    margin-right: -112px;
}

.brackets {
    position: relative;
}

    .brackets:before {
        height: 336px;
        width: 225px;
        right: 80px;
        top: 80px;
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjAgMzAiIHN0eWxlPSJmaWxsOiAjMTM0MDk0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPg0KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIG9wYWNpdHk9Ii44IiAvPg0KICA8cmVjdCB4PSIxMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjMwIiAvPg0KPC9zdmc+DQo=);
        background-repeat: no-repeat;
        position: absolute;
        z-index: 1001;
    }

    .brackets:after {
        left: -30px;
        bottom: 125px;
        height: 112px;
        width: 112px;
        content: '';
        background-image: url(data:image/svg+xml;base64,PHN2ZyAgdmlld0JveD0iMCAwIDIwIDIwIiBzdHlsZT0iZmlsbDogI0UzMDAwRiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjExIi8+DQogIDxyZWN0IHg9IjAiIHk9IjEwIiB3aWR0aD0iMTEiIGhlaWdodD0iMTAiIC8+DQogIDxyZWN0IHg9IjEwIiB5PSIxMCIgd2lkdGg9IjEwIiBoZWlnaHQ9IjEwIiAvPg0KPC9zdmc+DQo=);
        background-repeat: no-repeat;
        position: absolute;
    }

.container-full > .brackets:after {
    left: 65px;
    bottom: -36px;
}

.theme-cargobull .full-width {
    width: 100%;
    max-width: 100%;
}

.theme-cargobull .theme-v2 h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin: 25px 0 10px 0;
    border-bottom: 0;
}

.filter-group > div {
    margin-left: 25px;
}

.article-category {
    width: calc(33% - 10px);
    max-width: calc(33% - 10px);
    flex-grow: 0;
    flex-shrink: 0;
    margin-top: 25px;
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    transition: background-color 0.25s linear, border-color 0.25s linear;
}

    .article-category:hover {
        /*background-color: #EBEBEB;
        border-color: #252525;
        box-shadow: 0 8px 17px rgb(0 0 0 / 20%);*/
    }

    .article-category .image {
        padding: 5px;
        text-align: center;
        background-color: #FFFFFF;
        border: 1px solid #DDDDDD;
        transition: background-color 0.5s linear, border-color 0.25s linear;
    }

        .article-category .image:hover {
            background-color: #D8D9D9;
            border-color: #D8D9D9;
        }

        .article-category .image img {
            width: 100%;
        }

    .article-category .name {
        padding: 5px;
        text-align: center;
    }

.article-sidebar > div {
    margin-right: 50px;
}

.indent {
    padding-left: 25px;
}

.category-tree {
    font-size: 16px !important;
    line-height: 24px;
}

.category-tree ul:not(:first-child) {
    margin-left: 20px;
}

.category-tree ul li {
    position: relative;
}

    .category-tree ul li.active > a {
        font-weight: bold;
    }

.category-tree ul > li > a.toggler {
    position: absolute;
}

.category-tree ul > li > a:not(.toggler) {
    position: relative;
    left: 20px;
}

.theme-v2 .image-gallery {
}

    .theme-v2 .image-gallery .image-current {
        padding: 5px 15px 15px 15px;
    }

        .theme-v2 .image-gallery .image-current img {
            width: 100%;
            max-width: 100%;
            height: auto;
        }

    .theme-v2 .image-gallery .image-more {
        display: flex;
        flex-wrap: wrap;
    }


        .theme-v2 .image-gallery .image-more .image-preview {
            width: 33%;
            min-width: 33%;
            max-width: 33%;
            max-height: 100px;
            padding: 5px;
        }

            .theme-v2 .image-gallery .image-more .image-preview img {
                width: 100%;
                height: auto;
                border: 1px solid #FFFFFF;
            }

            .theme-v2 .image-gallery .image-more .image-preview .active img {
                width: 100%;
                height: auto;
                border-color: #C0C0C0;
            }

.theme-v2 .highlight {
    font-weight: bold;
}

.flex-row {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
}

.flex-column {
    flex-basis: 100%;
}

.theme-cargobull .theme-v2 input[type="file"].form-control {
    padding-top: 5px;
}

.theme-cargobull .theme-v2 .table-grid {
    background-color: #FFFFFF;
    font-size: 12px;
}

    .theme-cargobull .theme-v2 .table-grid > thead > tr > th {
        color: #000000;
        padding: 15px 5px;
        box-shadow: inset 0px -15px 15px -20px #000000;
        background-color: #EBEBEB;
        border-bottom: 0;
        vertical-align: top;
        border-color: #000000;
    }

    .theme-cargobull .theme-v2 .table-grid > tbody > tr > td {
        padding: 5px;
        border-color: #000000;
        background-color: #FFFFFF;
        /*font-family: Arial,Helvetica,sans-serif !important;*/
    }

    .theme-cargobull .theme-v2 .table-grid > tbody > tr:last-child > td {
        padding-bottom: 10px;
        border-bottom: 1px solid #000000;
    }

    .theme-cargobull .theme-v2 .table-grid > tbody > tr.border-none td {
        border: 0;
    }

    .theme-cargobull .theme-v2 .table-grid > tfoot > tr > td {
        padding: 5px 5px;
        border-top: 1px solid #000000;
        vertical-align: top;
    }

    .theme-cargobull .theme-v2 .table-grid > tfoot > tr:not(.bg-neutral) > td {
        background-color: #EBEBEB;
        border-bottom: 1px solid #000000;
    }

    .theme-cargobull .theme-v2 .table-grid .form-control {
        margin-top: 3px;
    }

.theme-cargobull .theme-v2 .table-padded > tbody > tr > td {
    padding-top: 15px;
    padding-bottom: 15px;
}

.grid-recordcounter {
    font-size: 12px;
}

.theme-v2 .text-caption {
    color: #808080;
    font-weight: 200;
}

.theme-v2 .text-small {
    font-size: 12px;
    line-height: 1.5;
}

.theme-v2 .text-note {
    font-style: italic;
}

.theme-v2 .text-important {
    color: #800000;
}

.theme-v2 .text-error {
    color: #E30613;
    font-weight: bold;
}

    .theme-v2 .text-error:not(:empty)::before {
        content: '\f06a';
        font-family: FontAwesome;
        font-weight: bold;
        font-size: 16px;
        display: inline-block;
        width: 16px;
        height: 16px;
        margin-right: 5px;
        color: #E30613;
    }

.flex-width-25 {
    width: 25%;
    min-width: 25%;
    flex-grow: 0;
}

.flex-width-100 {
    width: 100%;
}

.flex-width-auto {
    flex-grow: 1;
}

.theme-v2 .form-control-static {
    display: inline-block;
    min-height: 34px;
    line-height: 17.5px;
    padding-top: 7px;
    padding-bottom: 7px;
}

@media screen and (min-width: 800px) {
    .flex-column {
        /*flex: 1;*/
    }
}

.theme-v2 .article-prices {
    display: flex;
}

    .theme-v2 .article-prices .article-price {
        width: 100%;
        padding: 25px;
        margin: 5px 50px;
        background-color: #F6F6F6;
        border-radius: 10px;
    }

        .theme-v2 .article-prices .article-price:first-child {
            margin-left: 0;
        }

        .theme-v2 .article-prices .article-price:last-child {
            margin-right: 0;
        }

        .theme-v2 .article-prices .article-price > .flex-row > .flex-column:first-child {
            font-size: 12px;
        }

        .theme-v2 .article-prices .article-price > .flex-row > .flex-column:not(:first-child) {
            text-align: right;
        }

        .theme-v2 .article-prices .article-price > .flex-row:first-child > .flex-column:not(:first-child) {
            font-weight: bold;
            font-size: 20px;
        }

.theme-v2 .zoomWrapper {
    position: relative;
}

.theme-v2 .articlesearch-actions {
    display: flex;
    margin-top: 25px;
    margin-bottom: 25px;
}

    .theme-v2 .articlesearch-actions > div:not(:last-child) {
        margin-right: 15px;
    }

    .theme-v2 .articlesearch-actions > div:last-child {
        margin-left: auto;
    }

.theme-v2 .articlesearch-top {
    display: flex;
    margin-bottom: 25px;
}

    .theme-v2 .articlesearch-top div:last-child {
        margin-left: auto;
        margin-right: 0;
        padding-right: 0;
        vertical-align: bottom;
    }

.articlesearch-item-list {
    border-top: 1px solid #000000;
    padding-top: 50px;
}

    .articlesearch-item-list .column-left,
    .articledetails .column-left {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        .articlesearch-item-list .column-left,
        .articlesearch-item-list .column-left > *,
        .articledetails .column-left,
        .articledetails .column-left > * {
            min-height: 1px;
        }

.modal-header {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #EEEEEE;
}

.modal-dialog .modal-header.modal-header-primary {
    background-color: #274396;
}

table > tbody > tr.articlesearch-row-component,
.articlesearch-item-list.articlesearch-row-component {
    background-color: #F6F6F6;
    border-top-color: #DDDDDD;
}

table > tbody > tr.articlesearch-row-component-toggle.article-components-open {
    border-bottom: 15px solid #DDDDDD;
}

table > tbody > tr.articlesearch-row-component > td:first-child {
    background-color: #DDDDDD;
}

#toast-container {
    max-width: 1530px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

    #toast-container > div {
        opacity: 0.9;
    }

*[disabled],
*[disabled]:hover {
    cursor: not-allowed;
}

.fullwidth {
    width: 100%;
}

.column-hidden {
    width: 0px !important;
    overflow: hidden;
}

.column-auto {
    width: auto;
    min-width: 5px;
}

.column-hidden * {
    display: none;
}

.column-date {
    width: 50px;
    min-width: 50px;
}

tbody .column-date {
    white-space: nowrap;
}


.column-datetime {
    width: 50px;
    min-width: 50px;
}
tbody .column-datetime {
    white-space: normal;
}

.column-workordernumber {
    width: 150px;
}

.theme-v2 .column-smallnumber,
.theme-v2 .column-smallnumber input {
    width: 50px;
}

.theme-cargobull .theme-v2 .column-catalogue-small {
    width: 150px;
}

.btn:active {
    box-shadow: none;
}

.theme-cargobull .theme-v2 .column-shiptype {
}


.theme-v2 .articlesearch-netprice {
    display: block;
    font-weight: bold;
}

.theme-v2 .articlesearch-grossprice {
    display: block;
}

.theme-v2 .articlesearch-quantity {
    width: 50px;
    text-align: center !important;
}

.theme-v2 .articlesearch-addbutton {
    color: #FFFFFF;
    background: linear-gradient(to left, #000 50%, #134094 50%);
    background-size: 200% 101%;
    background-position: right bottom;
    border-radius: 16px;
    border: 1px solid #000000;
    font-size: 20px;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: left;
    padding-top: 2px;
    padding-left: 5px;
}

    .theme-v2 .articlesearch-addbutton:hover {
        color: #fff !important;
        background-color: #134094;
        background-position: left bottom;
    }


.theme-v2 .nav-pills {
    border-bottom: 2px solid #979797;
}

    .theme-v2 .nav-pills > li {
        margin-right: 25px;
    }

        .theme-v2 .nav-pills > li > a {
            top: 2px;
            color: #979797;
            font-weight: bold;
            padding: 10px 0;
            border-bottom: 2px solid #979797;
            border-radius: 0;
        }

            .theme-v2 .nav-pills > li.active > a,
            .theme-v2 .nav-pills > li > a:hover {
                color: #174193;
                background-color: #FFFFFF;
                border-bottom: 2px solid #174193;
            }

.theme-v2 label {
    font-weight: normal;
}

.theme-cargobull .theme-v2 .required::before {
    content: '* ';
    color: #FF0000;
}

.theme-v2 .news {
    display: flex;
    flex-wrap: wrap;
}

    .theme-v2 .news .news-item {
        width: calc(33% - 50px);
        margin: 0 50px 50px 0;
        position: relative;
    }

        .theme-v2 .news .news-item .news-image {
            width: 100%;
            height: 275px;
            text-align: center;
        }

            .theme-v2 .news .news-item .news-image img {
                width: 100%;
                height: 275px;
                object-fit: cover;
            }

        .theme-v2 .news .news-item .news-new {
            color: #FFFFFF;
            background-color: #E30613;
            padding: 15px;
            position: absolute;
            top: 0;
        }

        .theme-v2 .news .news-item .news-teaser {
            height: 100px;
            overflow: hidden;
        }

        .theme-v2 .news .news-item .news-more a {
            color: #4C4C4C;
            font-weight: bold;
        }

.treeview table {
    margin-bottom: 5px;
}

.treeview a {
    color: #274396;
}

main .content,
.modal {
    font-size: 12px;
}

.carousel.slide {
    padding: 0 75px;
}

    .carousel.slide .carousel-control {
        color: #303030;
        background: none;
        width: 75px;
        padding-top: 75px;
    }

    .carousel.slide .slide-wrapper {
        text-align: center;
    }

    .carousel.slide .slide-image {
        height: 150px;
        max-height: 150px;
    }

        .carousel.slide .slide-image img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

    .carousel.slide h4 {
        font-size: 24px;
        font-weight: normal;
        text-align: center;
        border: 0;
    }


.shoppingcart-prices-per-item {
    display: flex;
}

    .shoppingcart-prices-per-item .netprice {
        /*width: 85px;*/
        margin-right: 25px;
        white-space: nowrap;
    }

    .shoppingcart-prices-per-item .grossprice {
        /*width: 85px;*/
        white-space: nowrap;
    }

.theme-cargobull .theme-v2 .required {
    position: relative;
    padding-left: 10px;
}

    .theme-cargobull .theme-v2 .required::before {
        content: '*';
        position: absolute;
        margin-left: -10px;
        font-size: 20px;
        font-weight: bold;
    }

.icon-status-unkown {
    color: #EBEBEB;
}

.icon-status-ok {
    color: #449D44;
}

.icon-status-notok {
    color: #D9534F;
}

.text-italic {
    font-style: italic;
}

.text-bold,
.theme-v2 .text-bold {
    font-weight: bold;
}

.text-warning {
    color: #E2AE4B;
}

.text-strike {
    text-decoration: line-through;
}

.table > tbody > tr.row-childrow > td {
    border-top: 0;
}

.table.table-padded > tbody > tr.row-childrow > td {
    padding-top: 0;
}

.table-shoppingcart > tbody > tr.row-addItem > td {
    padding: 5px 5px;
    background-color: #EBEBEB;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    vertical-align: top;
}

.table-shoppingcart > tfoot > tr > td {
    background-color: #FFFFFF;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 0;
    border-bottom: 0;
    line-height: 32px;
}

    .table-shoppingcart > tfoot > tr > td .articlesearch-netprice {
        font-weight: bold;
        font-size: 24px;
        white-space: nowrap;
        padding-left: 15px;
    }

    .table-shoppingcart > tfoot > tr > td .articlesearch-grossprice {
        font-size: 16px;
        white-space: nowrap;
        padding-left: 15px;
    }

.table-shoppingcart input[id $= 'cbSelect'],
.checkbox-big input {
    width: 25px;
    height: 25px;
}

.theme-cargobull .theme-v2 .introduction {
    border: 1px solid #EBEBEB;
    background-color: #FBFBFB;
    padding: 25px;
    margin: 25px 0;
}

.checkbox-big input[type = "checkbox"],
.radio-big input[type = "radio"],
input[type = "checkbox"].checkbox-big,
input[type = "radio"].radio-big {
    width: 25px;
    height: 25px;
}

input.icon-calendar::before {
    content: '';
}

.modal-dialog .modal-header.modal-header-primary {
    background-color: #274396;
}

.link-watchlist {
    color: #808080;
    display: inline-block;
    border-bottom: 1px solid #808080;
    font-size: 10px;
    white-space: nowrap;
    margin-bottom: 7px;
}

    .link-watchlist:hover {
        color: #000000;
        border-bottom: 1px solid #000000;
        text-decoration: none;
    }

.theme-cargobull .chzn-container-single .chzn-single {
    min-height: 18px;
}

.theme-cargobull .ui-widget-header {
    background-image: none;
}

.theme-cargobull .ui-tabs-vertical .ui-tabs-nav li {
    border: 0;
}

.theme-cargobull .list-group-item.active > .badge,
.theme-cargobull .nav-pills > .active > a > .badge {
    color: #FFFFFF;
    background-color: #777777;
}

.text-lg {
    font-size: 18px;
}

.text-notification {
    color: #E3000F;
}

.box {
    border: 1px solid #DDDDDD;
}

    .box.box-rounded {
        border-radius: 5px;
    }

    .box .box-header {
        padding: 10px 10px 0 10px;
        font-weight: bold;
    }

    .box .box-title {
        padding: 5px;
        font-weight: bold;
        background-color: #DDDDDD;
    }

    .box .box-body {
        padding: 5px;
    }

.theme-cargobull a:hover .box, .theme-cargobull a:focus .box {
    border-color: #808080;
    transition: border-color linear 500ms;
}

a.no-underline {
    text-decoration: none !important;
}

.theme-cargobull .theme-v2 .input-group .form-control {
    height: 34px;
}

.theme-cargobull .theme-v2 .select2 {
    width: 100% !important;
}

.theme-cargobull .theme-v2 .select2-container .select2-selection--single,
.theme-cargobull .theme-v2 .select2-container .select2-selection--multiple {
    min-height: 24px;
    border-radius: 0;
    border-color: #CCCCCC;
}

.theme-cargobull .theme-v2 .select2-dropdown {
    border-color: #CCCCCC;
}

.theme-cargobull .theme-v2 .select2-container .select2-selection--block li.select2-selection__choice {
    display: block;
    float: none !important;
    margin-top: 2px;
    padding: 3px 5px;
}

.theme-cargobull .theme-v2 .select2-container.select2-container--disabled li.select2-search {
    display: none;
}

.theme-cargobull .theme-v2 .theme-cargobull .select2-results__group {
    color: #FFFFFF;
    background-color: #274395;
}

.theme-cargobull .theme-v2 .text-va-bottom img {
    vertical-align: text-bottom;
}

.theme-cargobull .theme-v2 .cx-badge {
    position: relative;
}

    .theme-cargobull .theme-v2 .cx-badge::after {
        content: attr(data-count);
        color: #FFFFFF;
        background-color: #164194;
        position: absolute;
        bottom: -25%;
        right: -50%;
        height: 2.5rem;
        width: 2.5rem;
        border-radius: 50%;
        font-size: 0.7em;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.theme-cargobull ul.bullets li {
    list-style: disc;
}

@-webkit-keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade {
    from {
        opacity: 0.4;
    }

    to {
        opacity: 1;
    }
}

.row.gutter-1 [class *= 'col-']:not(:first-child) {
    padding-left: 5px;
}

.row.gutter-1 [class *= 'col-']:not(:last-child) {
    padding-right: 5px;
}

.ticker-wrapper {
    position: relative;
    background-color: #EBEBEB;
    border: 1px solid #E30613;
    margin-top: 10px;
    margin-bottom: 25px;
    line-height: 24px;
}

.ticker-header {
    position: absolute;
    z-index: 1;
    font-weight: bold;
    font-style: italic;
    background-color: #E30613;
    color: #FFFFFF;
    padding: 10px 15px;
    top: -10px;
    left: -1px;
}

    .ticker-header::before {
        content: '';
        width: 0;
        position: absolute;
        top: -10px;
        z-index: -1;
        border-width: 44px;
        border-style: solid;
        border-color: #E30613 transparent transparent transparent;
        right: -44px;
        top: 0;
    }

.ticker-items {
    white-space: nowrap;
    overflow: hidden;
}

    .ticker-items ul {
        padding-left: 100%;
        display: inline-block;
        list-style: none;
    }

        .ticker-items ul:hover {
            animation-play-state: paused;
        }

        .ticker-items ul li {
            display: inline-block;
            margin-right: 50px;
            white-space: nowrap;
        }


@keyframes ticker {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

.theme-cargobull .column-midtext {
    width: 150px;
    min-width: 150px;
}
.theme-cargobull td.column-content {
    width: 5px;
    white-space: nowrap;
}

.theme-cargobull .coupon-info {
    padding: 20px 50px;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
}

    .theme-cargobull .coupon-info.coupon-error {
        color: #FFFFFF;
        background-color: #C9302C;
    }

    .theme-cargobull .coupon-info.coupon-warning {
        color: #000000;
        background-color: #FFFACD;
    }

    .theme-cargobull .coupon-info::before {
        font-weight: normal;
        font-size: 14px;
        font-family: FontAwesome;
        content: '\f071';
        padding-right: 10px;
    }

.inline {
    display: inline;
}

.header-with-actions {
    position: relative;
}

    .header-with-actions .actions {
        position: absolute;
        bottom: 0px;
        right: 0;
    }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding-right: 20px;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    margin-right: -10px;
}

input.loading {
    background-image: url('../img/icon-loading-16.gif') !important;
    background-position: 100% 50% !important;
    background-repeat: no-repeat !important;
}

input.loading-left {
    background-position: 0 50% !important;
}

.d-block {
    display: block;
}

.complaint-complaintNumber {
    font-size: 20px !important;
    font-weight: bold;
    background-color: aquamarine;
    padding: 10px !important;
}

.azure-notlinked {
    color: #FF0000;
    font-weight: bold;
}

    .azure-notlinked:hover {
        cursor: pointer;
    }

.btn.btn-lg {
    padding: 10px 20px;
    font-size: 15px;
}

.flex {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.flex-grow {
    flex-grow: 1;
}

.cx-toggle img {
    width: 40px;
    height: 20px;
}

.cx-toggle input[type="checkbox"] {
    display: none;
}

.cx-toggle img:hover {
    cursor: pointer;
}

.cx-toggle input[type="checkbox"]:checked ~ img.toggle-off,
.cx-toggle input[type="checkbox"]:not(:checked) ~ img.toggle-on,
.cx-toggle input[type="checkbox"]:disabled ~ img:not(.disabled),
.cx-toggle input[type="checkbox"]:not(:disabled) ~ img.disabled {
    display: none;
}

.btn-neutral {
    border-color: transparent;
    background-color: transparent;
}

button[data-toggle="collapse"][aria-expanded=true] .collapse-off {
    display: none;
}

button[data-toggle="collapse"][aria-expanded=false] .collapse-on {
    display: none;
}

#pnlMissingCookieConsentNote:hover {
    cursor: pointer;
}

.data-protection .headline {
    font-size: 24px;
    line-height: 29px;
    font-weight: bold;
    font-family: Suisse, Helvetica, Arial, sans-serif;
    margin-bottom: 16px;
}